home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 103 / XENIATGM103.iso / Shareware / GoLive 5.0 / MM9.Cab / F1402_frontpage.asp.9B3B646D_CB56_4EAE_BAB7_3E7E8E41A649 < prev    next >
Text File  |  2000-08-17  |  3KB  |  72 lines

  1. <!-- #INCLUDE VIRTUAL="/golive/config/include/utils.runtime5.asp" -->
  2. <!-- #INCLUDE VIRTUAL="/golive/config/include/ado.runtime5.asp" -->
  3. <!DOCTYPE html PUBLIC "-//W3C/DTD HTML 4.0 Transitional/EN">
  4. <html>
  5.  
  6.     <head>
  7.         <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  8.         <meta name="generator" content="Adobe GoLive 5">
  9.         <title>Adobe Magazine</title>
  10.         <%'Dynamic Link
  11.            set Feature_InformationRecordSet = CreateObject("ADODB.RecordSet")
  12.            Feature_InformationRecordSet.Open "select * from Features order by Priority", ConnectString("Magazine")
  13.            set Feature_Information = WrapRecordSet(Feature_InformationRecordSet, "ID")
  14.         %><meta name="site-config-URL" content="http://localhost/golive/config/">
  15.     </head>
  16.  
  17.     <body bgcolor="white">
  18.         <table border="0" cellpadding="0" cellspacing="10" height="100%">
  19.             <tr>
  20.                 <td valign="top">
  21.                     <h2><img src="images/logo.gif"></h2>
  22.                     <h2>
  23.                     <table border="0" cellpadding="0" cellspacing="0" width="145">
  24.                         <tr>
  25.                             <td width="33"></td>
  26.                             <td>
  27.                                 <h2>Contents</h2>
  28.                                 <p><a href="frontpage.asp">Home</a><br>
  29.                                 Features<br>
  30.                                 Q & A</td>
  31.                         </tr>
  32.                     </table>
  33.                     </h2>
  34.                 </td>
  35.                 <td valign="top" align="left">
  36.                     <h2><%=Feature_Information.Value("Title")%></h2>
  37.                     <p><%=Feature_Information.Value("Introduction")%></p>
  38.                     <p><img src='<%=Feature_Information.Value("ImageURL")%>' width="280" height="170"></p>
  39.                     <p><a href='fullarticle.asp?RECORD_KEY=<%=Feature_Information.Key()%>'>full story</a></td>
  40.                 <td width="1" valign="top" bgcolor="black"><img src="../intro/images/spacer.gif" width="1" height="1"></td>
  41.                 <td valign="top">
  42.                     <h2>Features</h2>
  43.                     <p>
  44.                     <table>
  45.                         <% Feature_Information.MoveFirst %>
  46.                         <% Feature_Information.Move 2 - 1 %>
  47.                         <% while not Feature_Information.EOF and Feature_Information.AbsolutePosition <= 6 %>
  48.                         <tr>
  49.                             <td><a href='fullarticle.asp?RECORD_KEY=<%=Feature_Information.Key()%>'><%=Feature_Information.Value("Title")%></a>
  50.                                 <hr>
  51.                             </td>
  52.                         </tr>
  53.                         <% Feature_Information.MoveNext %>
  54.                         <% wend %>
  55.                         </table>
  56.                     </p>
  57.                     <p>more stories...</td>
  58.             </tr>
  59.         </table>
  60.     </body>
  61.  
  62. </html>
  63. <% if 0 then %>
  64. <!-- Mock Content
  65.    Feature_Information:Title {Ducky takes 1st prize}
  66.    Feature_Information:Introduction {The ImageReady rubber ducky has surprised everyone, including its creators, by taking first prize in a local duck beauty pageant.}
  67.    Feature_Information:ImageURL {images/ducky(big).jpg}
  68.    Feature_Information:<TABLE> {<tr><td><a href="fullarticle.asp">Kidnappers foiled in plot to nab ducky<hr></a></td></tr><tr><td><a href="fullarticle.asp">Geese making angry noises about rigged judging<hr></a></td></tr><tr><td><a href="fullarticle.asp">Hordes of six year olds pack airport awaiting ducky's triumphant return<hr></a></td></tr><tr><td><a href="fullarticle.asp">Eating duck a la orange without feeling guilty<hr></a></td></tr><tr><td><a href="fullarticle.asp">Is synthetic rubber the latest trend?</a><hr></td></tr>}
  69.    Feature_Information:Title {Local designer declares yellow passe}
  70. -->
  71. <% end if %>
  72.